home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / admin / linuxcon.000 / linuxcon / linuxconf-1.6 / uucp / Makefile < prev    next >
Encoding:
Makefile  |  1996-03-26  |  287 b   |  19 lines

  1. CURDIR=uucp
  2. all: lib
  3. OBJS =  devices.o dialers.o helpf.o internal.o permissions.o \
  4.         poll.o system.o uucp.o _dict.o
  5.  
  6. include ../rules.mak
  7.  
  8. proto:
  9.     proto -m0+ \
  10.         -buucp.h+uucp.pm \
  11.         -binternal.h+uucp.pm \
  12.         *.c
  13.  
  14. internal.o: internal.c internal.h
  15. uucp.o: uucp.c uucp.h
  16. # Test program
  17.  
  18.  
  19.